home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 2003 September / PC Answers September 2003.iso / Software / trial / AutoMate 5.0.4.1 / automate5_eval_setup.exe / AMTA.exe / 0 / RCDATA / TFRMEXCLUDEDATES / TFRMEXCLUDEDATES.txt < prev   
Encoding:
Text File  |  2003-01-14  |  12.2 KB  |  615 lines

  1. object frmExcludeDates: TfrmExcludeDates
  2.   Left = 796
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Exclude Dates'
  6.   ClientHeight = 364
  7.   ClientWidth = 377
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 0
  21.     Top = 49
  22.     Width = 377
  23.     Height = 2
  24.     Align = alTop
  25.   end
  26.   object pnlExcludeHolidays: TPanel
  27.     Left = 0
  28.     Top = 99
  29.     Width = 377
  30.     Height = 141
  31.     Align = alClient
  32.     BevelOuter = bvNone
  33.     TabOrder = 8
  34.   end
  35.   object pnlExcludeSpecific: TPanel
  36.     Left = 0
  37.     Top = 99
  38.     Width = 377
  39.     Height = 141
  40.     Align = alClient
  41.     BevelOuter = bvNone
  42.     TabOrder = 6
  43.     object lblExcludeDay: TLabel
  44.       Left = 10
  45.       Top = 6
  46.       Width = 231
  47.       Height = 13
  48.       AutoSize = False
  49.       Caption = 'Exclude &day:'
  50.     end
  51.     object edtDate: TEdit
  52.       Left = 10
  53.       Top = 21
  54.       Width = 251
  55.       Height = 21
  56.       TabOrder = 0
  57.     end
  58.     object cbDateExpression: TCheckBox
  59.       Left = 10
  60.       Top = 47
  61.       Width = 350
  62.       Height = 17
  63.       Caption = 'Expression'
  64.       TabOrder = 2
  65.       OnClick = cbDateExpressionClick
  66.     end
  67.     object comToday: TButton
  68.       Left = 269
  69.       Top = 21
  70.       Width = 80
  71.       Height = 20
  72.       Caption = '&Today'
  73.       TabOrder = 3
  74.     end
  75.     object dtpDate: TDateTimePicker
  76.       Left = 10
  77.       Top = 21
  78.       Width = 143
  79.       Height = 21
  80.       CalAlignment = dtaLeft
  81.       Date = 37287.468448819410000000
  82.       Time = 37287.468448819410000000
  83.       DateFormat = dfShort
  84.       DateMode = dmComboBox
  85.       Kind = dtkDate
  86.       ParseInput = False
  87.       TabOrder = 1
  88.     end
  89.   end
  90.   object pnlExcludeDaily: TPanel
  91.     Left = 0
  92.     Top = 99
  93.     Width = 377
  94.     Height = 141
  95.     Align = alClient
  96.     BevelOuter = bvNone
  97.     TabOrder = 7
  98.     object Label17: TLabel
  99.       Left = 10
  100.       Top = 6
  101.       Width = 97
  102.       Height = 13
  103.       AutoSize = False
  104.       Caption = 'Every:'
  105.       Visible = False
  106.     end
  107.     object Label18: TLabel
  108.       Left = 136
  109.       Top = 26
  110.       Width = 28
  111.       Height = 13
  112.       Caption = 'day(s)'
  113.       Visible = False
  114.     end
  115.     object edtExcludeDayFreq: TEdit
  116.       Left = 10
  117.       Top = 21
  118.       Width = 97
  119.       Height = 21
  120.       TabOrder = 0
  121.       Text = '1'
  122.       Visible = False
  123.     end
  124.     object updExcludeDayFreq: TUpDown
  125.       Left = 107
  126.       Top = 21
  127.       Width = 15
  128.       Height = 21
  129.       Associate = edtExcludeDayFreq
  130.       Min = 1
  131.       Max = 32767
  132.       Position = 1
  133.       TabOrder = 1
  134.       Visible = False
  135.       Wrap = False
  136.     end
  137.   end
  138.   object pnlNoExclusion: TPanel
  139.     Left = 0
  140.     Top = 99
  141.     Width = 377
  142.     Height = 141
  143.     Align = alClient
  144.     BevelOuter = bvNone
  145.     TabOrder = 2
  146.   end
  147.   object pnlExcludeWeekly: TPanel
  148.     Left = 0
  149.     Top = 99
  150.     Width = 377
  151.     Height = 141
  152.     Align = alClient
  153.     BevelOuter = bvNone
  154.     TabOrder = 4
  155.     object Label21: TLabel
  156.       Left = 274
  157.       Top = 24
  158.       Width = 97
  159.       Height = 13
  160.       AutoSize = False
  161.       Caption = 'every:'
  162.       Visible = False
  163.     end
  164.     object Label22: TLabel
  165.       Left = 400
  166.       Top = 55
  167.       Width = 37
  168.       Height = 13
  169.       Caption = 'week(s)'
  170.       Visible = False
  171.     end
  172.     object Label23: TLabel
  173.       Left = 10
  174.       Top = 6
  175.       Width = 417
  176.       Height = 13
  177.       AutoSize = False
  178.       Caption = 'The following day(s):'
  179.     end
  180.     object edtExcludeWeekFreq: TEdit
  181.       Left = 274
  182.       Top = 39
  183.       Width = 97
  184.       Height = 21
  185.       TabOrder = 0
  186.       Text = '1'
  187.       Visible = False
  188.     end
  189.     object updExcludeWeekFreq: TUpDown
  190.       Left = 371
  191.       Top = 39
  192.       Width = 15
  193.       Height = 21
  194.       Associate = edtExcludeWeekFreq
  195.       Min = 1
  196.       Max = 52
  197.       Position = 1
  198.       TabOrder = 1
  199.       Visible = False
  200.       Wrap = False
  201.     end
  202.     object cbExcludeMonday: TCheckBox
  203.       Left = 12
  204.       Top = 25
  205.       Width = 97
  206.       Height = 17
  207.       Caption = '&Monday'
  208.       TabOrder = 2
  209.     end
  210.     object cbExcludeTuesday: TCheckBox
  211.       Left = 12
  212.       Top = 50
  213.       Width = 97
  214.       Height = 17
  215.       Caption = 'Tuesda&y'
  216.       TabOrder = 3
  217.     end
  218.     object cbExcludeWednesday: TCheckBox
  219.       Left = 12
  220.       Top = 75
  221.       Width = 97
  222.       Height = 17
  223.       Caption = '&Wednesday'
  224.       TabOrder = 4
  225.     end
  226.     object cbExcludeThursday: TCheckBox
  227.       Left = 138
  228.       Top = 25
  229.       Width = 97
  230.       Height = 17
  231.       Caption = 'T&hursday'
  232.       TabOrder = 5
  233.     end
  234.     object cbExcludeFriday: TCheckBox
  235.       Left = 138
  236.       Top = 50
  237.       Width = 97
  238.       Height = 17
  239.       Caption = '&Friday'
  240.       TabOrder = 6
  241.     end
  242.     object cbExcludeSaturday: TCheckBox
  243.       Left = 138
  244.       Top = 75
  245.       Width = 97
  246.       Height = 17
  247.       Caption = '&Saturday'
  248.       TabOrder = 7
  249.     end
  250.     object cbExcludeSunday: TCheckBox
  251.       Left = 263
  252.       Top = 25
  253.       Width = 97
  254.       Height = 17
  255.       Caption = 'S&unday'
  256.       TabOrder = 8
  257.     end
  258.   end
  259.   object pnlExcludeMonthly: TPanel
  260.     Left = 0
  261.     Top = 99
  262.     Width = 377
  263.     Height = 141
  264.     Align = alClient
  265.     BevelOuter = bvNone
  266.     TabOrder = 5
  267.     object lblExcludeMonths: TLabel
  268.       Left = 117
  269.       Top = 119
  270.       Width = 34
  271.       Height = 13
  272.       Caption = 'months'
  273.     end
  274.     object rdoExcludeDayInMonth: TRadioButton
  275.       Left = 12
  276.       Top = 6
  277.       Width = 81
  278.       Height = 17
  279.       Caption = 'Day'
  280.       Checked = True
  281.       TabOrder = 0
  282.       TabStop = True
  283.       OnClick = rdoExcludeDayInMonthClick
  284.     end
  285.     object rdoExcludeLastDay: TRadioButton
  286.       Left = 12
  287.       Top = 25
  288.       Width = 417
  289.       Height = 17
  290.       Caption = 'Last day of the month'
  291.       TabOrder = 3
  292.       OnClick = rdoExcludeDayInMonthClick
  293.     end
  294.     object rdoExcludeWorkDay: TRadioButton
  295.       Left = 12
  296.       Top = 44
  297.       Width = 137
  298.       Height = 17
  299.       Caption = 'Work day'
  300.       TabOrder = 4
  301.       OnClick = rdoExcludeDayInMonthClick
  302.     end
  303.     object rdoExcludeLastWorkday: TRadioButton
  304.       Left = 12
  305.       Top = 64
  306.       Width = 425
  307.       Height = 17
  308.       Caption = 'Last work day of the month'
  309.       TabOrder = 7
  310.       OnClick = rdoExcludeDayInMonthClick
  311.     end
  312.     object edtExcludeDay: TEdit
  313.       Left = 150
  314.       Top = 5
  315.       Width = 38
  316.       Height = 21
  317.       TabOrder = 1
  318.       Text = '1'
  319.     end
  320.     object updExcludeDay: TUpDown
  321.       Left = 188
  322.       Top = 5
  323.       Width = 15
  324.       Height = 21
  325.       Associate = edtExcludeDay
  326.       Min = 1
  327.       Max = 31
  328.       Position = 1
  329.       TabOrder = 2
  330.       Wrap = False
  331.     end
  332.     object edtExcludeWorkDay: TEdit
  333.       Left = 152
  334.       Top = 40
  335.       Width = 38
  336.       Height = 21
  337.       TabOrder = 5
  338.       Text = '1'
  339.     end
  340.     object updExcludeWorkDay: TUpDown
  341.       Left = 190
  342.       Top = 40
  343.       Width = 15
  344.       Height = 21
  345.       Associate = edtExcludeWorkDay
  346.       Min = 1
  347.       Max = 23
  348.       Position = 1
  349.       TabOrder = 6
  350.       Wrap = False
  351.     end
  352.     object comExcludeMonths: TButton
  353.       Left = 12
  354.       Top = 113
  355.       Width = 97
  356.       Height = 20
  357.       Caption = 'Select &Months...'
  358.       TabOrder = 11
  359.       OnClick = comExcludeMonthsClick
  360.     end
  361.     object rdoExcludeFirstMonday: TRadioButton
  362.       Left = 13
  363.       Top = 85
  364.       Width = 81
  365.       Height = 17
  366.       Caption = 'The'
  367.       TabOrder = 8
  368.       OnClick = rdoExcludeDayInMonthClick
  369.     end
  370.     object cbExcludeWhatDay: TComboBox
  371.       Left = 98
  372.       Top = 82
  373.       Width = 111
  374.       Height = 21
  375.       Style = csDropDownList
  376.       ItemHeight = 13
  377.       TabOrder = 9
  378.       Items.Strings = (
  379.         'first'
  380.         'second'
  381.         'third'
  382.         'fourth'
  383.         'last')
  384.     end
  385.     object cbExcludeDayOfWeek: TComboBox
  386.       Left = 218
  387.       Top = 82
  388.       Width = 145
  389.       Height = 21
  390.       Style = csDropDownList
  391.       ItemHeight = 13
  392.       TabOrder = 10
  393.       Items.Strings = (
  394.         'Monday'
  395.         'Tuesday'
  396.         'Wednesday'
  397.         'Thursday'
  398.         'Friday'
  399.         'Saturday'
  400.         'Sunday')
  401.     end
  402.   end
  403.   object pnlTop: TPanel
  404.     Left = 0
  405.     Top = 0
  406.     Width = 377
  407.     Height = 49
  408.     Align = alTop
  409.     BevelOuter = bvNone
  410.     Color = clWhite
  411.     TabOrder = 0
  412.     object imgSched: TImage
  413.       Left = 336
  414.       Top = 8
  415.       Width = 32
  416.       Height = 32
  417.       Picture.Data = {<image000.ico>}
  418.     end
  419.     object memDescriptiveText: TMemo
  420.       Left = 8
  421.       Top = 4
  422.       Width = 321
  423.       Height = 41
  424.       TabStop = False
  425.       BorderStyle = bsNone
  426.       Color = clWhite
  427.       Lines.Strings = (
  428.         'Select specific times or dates that should not trigger.')
  429.       TabOrder = 0
  430.     end
  431.   end
  432.   object pnlDropDown: TPanel
  433.     Left = 0
  434.     Top = 51
  435.     Width = 377
  436.     Height = 48
  437.     Align = alTop
  438.     BevelOuter = bvNone
  439.     TabOrder = 1
  440.     object Label13: TLabel
  441.       Left = 10
  442.       Top = 9
  443.       Width = 151
  444.       Height = 13
  445.       AutoSize = False
  446.       Caption = 'Do ¬ trigger task:'
  447.     end
  448.     object cboExclude: TComboBox
  449.       Left = 10
  450.       Top = 25
  451.       Width = 239
  452.       Height = 21
  453.       Style = csDropDownList
  454.       ItemHeight = 13
  455.       TabOrder = 0
  456.       OnChange = cboExcludeChange
  457.     end
  458.   end
  459.   object pnlBottom: TPanel
  460.     Left = 0
  461.     Top = 240
  462.     Width = 377
  463.     Height = 124
  464.     Align = alBottom
  465.     BevelOuter = bvNone
  466.     TabOrder = 3
  467.     object comOk: TButton
  468.       Left = 216
  469.       Top = 96
  470.       Width = 75
  471.       Height = 25
  472.       Caption = 'OK'
  473.       Default = True
  474.       ModalResult = 1
  475.       TabOrder = 0
  476.       OnClick = comOkClick
  477.     end
  478.     object comCancel: TButton
  479.       Left = 298
  480.       Top = 96
  481.       Width = 75
  482.       Height = 25
  483.       Cancel = True
  484.       Caption = 'Cancel'
  485.       ModalResult = 2
  486.       TabOrder = 1
  487.     end
  488.     object pnlExcludeTimeInterval: TPanel
  489.       Left = 4
  490.       Top = -1
  491.       Width = 369
  492.       Height = 97
  493.       BevelOuter = bvNone
  494.       TabOrder = 2
  495.       object grpTimeRange: TGroupBox
  496.         Left = 4
  497.         Top = 2
  498.         Width = 361
  499.         Height = 87
  500.         Caption = 'Time Range'
  501.         TabOrder = 0
  502.         object lblFrom: TLabel
  503.           Left = 13
  504.           Top = 18
  505.           Width = 89
  506.           Height = 13
  507.           AutoSize = False
  508.           Caption = '&From:'
  509.           FocusControl = dtpStart
  510.         end
  511.         object lblTo: TLabel
  512.           Left = 169
  513.           Top = 18
  514.           Width = 142
  515.           Height = 13
  516.           AutoSize = False
  517.           Caption = '&To:'
  518.           FocusControl = dtpEnd
  519.         end
  520.         object dtpStart: TDateTimePicker
  521.           Left = 13
  522.           Top = 33
  523.           Width = 100
  524.           Height = 21
  525.           CalAlignment = dtaLeft
  526.           Date = 37287.633023460700000000
  527.           Time = 37287.633023460700000000
  528.           DateFormat = dfShort
  529.           DateMode = dmComboBox
  530.           Kind = dtkTime
  531.           ParseInput = False
  532.           TabOrder = 0
  533.         end
  534.         object edtStart: TEdit
  535.           Left = 13
  536.           Top = 33
  537.           Width = 125
  538.           Height = 21
  539.           TabOrder = 1
  540.         end
  541.         object cbExpressionStart: TCheckBox
  542.           Left = 13
  543.           Top = 57
  544.           Width = 103
  545.           Height = 17
  546.           Caption = 'Expression'
  547.           TabOrder = 2
  548.           OnClick = cbExpressionStartClick
  549.         end
  550.         object dtpEnd: TDateTimePicker
  551.           Left = 169
  552.           Top = 33
  553.           Width = 100
  554.           Height = 21
  555.           CalAlignment = dtaLeft
  556.           Date = 37287.633023460700000000
  557.           Time = 37287.633023460700000000
  558.           DateFormat = dfShort
  559.           DateMode = dmComboBox
  560.           Kind = dtkTime
  561.           ParseInput = False
  562.           TabOrder = 3
  563.         end
  564.         object edtEnd: TEdit
  565.           Left = 169
  566.           Top = 33
  567.           Width = 125
  568.           Height = 21
  569.           TabOrder = 4
  570.         end
  571.         object cbExpressionEnd: TCheckBox
  572.           Left = 169
  573.           Top = 57
  574.           Width = 108
  575.           Height = 17
  576.           Caption = 'Expression'
  577.           TabOrder = 5
  578.         end
  579.       end
  580.     end
  581.   end
  582.   object IvTranslator1: TIvTranslator
  583.     DictionaryName = 'dcoAMTA'
  584.     Left = 13
  585.     Top = 336
  586.     TargetsData = (
  587.       1
  588.       6
  589.       (
  590.         '*'
  591.         'Hint'
  592.         0)
  593.       (
  594.         '*'
  595.         'Caption'
  596.         0)
  597.       (
  598.         '*'
  599.         'Items'
  600.         0)
  601.       (
  602.         'TMemo'
  603.         'Text'
  604.         0)
  605.       (
  606.         '*'
  607.         'Lines'
  608.         0)
  609.       (
  610.         'TdxBarButton'
  611.         'Hint'
  612.         0))
  613.   end
  614. end
  615.